Dynomotion

Group: DynoMotion Message: 7002 From: himykabibble Date: 3/17/2013
Subject: KMotionCNC M-Codes - What Gets Passed in Thread Var?
Tom,

What, if anything, gets passed in the thread var to M-code handlers?

Regards,
Ray L.
Group: DynoMotion Message: 7003 From: himykabibble Date: 3/17/2013
Subject: Re: KMotionCNC M-Codes - What Gets Passed in Thread Var?
Tom,

BTW - I am specifically interested in M3-M9. I know the PQR arguments get passed to M100-M110.

Regards,
Ray L.

--- In DynoMotion@yahoogroups.com, "himykabibble" <jagboy1964@...> wrote:
>
> Tom,
>
> What, if anything, gets passed in the thread var to M-code handlers?
>
> Regards,
> Ray L.
>
Group: DynoMotion Message: 7015 From: Tom Kerekes Date: 3/18/2013
Subject: Re: KMotionCNC M-Codes - What Gets Passed in Thread Var?
Hi Ray,

Looking at the code (see function)

int CGCodeInterpreter::InvokeAction(int i, BOOL FlushBeforeUnbufferedOperation)

M3-M9 should pass PQR if specified the same as  M100-M119 except for M6.  M6 always only passes the

p_setup->selected_tool_slot

It could probably be changed to tag on PQR after the tool slot number

Regards
TK


Group: DynoMotion Message: 7024 From: himykabibble Date: 3/18/2013
Subject: Re: KMotionCNC M-Codes - What Gets Passed in Thread Var?
Tom,

I was thinking it would've been nice if they passed the M-code in the thread var, so a single program could handle them all. I've got way too many little programs.....

Regards,
Ray L.

--- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> Hi Ray,
>
> Looking at the code (see function)
>
> int CGCodeInterpreter::InvokeAction(int i, BOOL FlushBeforeUnbufferedOperation)
>
>
> M3-M9 should pass PQR if specified the same as  M100-M119 except for M6.  M6 always only passes the
>
>
> p_setup->selected_tool_slot
>
> It could probably be changed to tag on PQR after the tool slot number
>
>
> Regards
> TK
>
>
>
>
>
> ________________________________
> From: himykabibble <jagboy1964@...>
> To: DynoMotion@yahoogroups.com
> Sent: Sunday, March 17, 2013 8:35 AM
> Subject: [DynoMotion] Re: KMotionCNC M-Codes - What Gets Passed in Thread Var?
>
>
>  
> Tom,
>
> BTW - I am specifically interested in M3-M9. I know the PQR arguments get passed to M100-M110.
>
> Regards,
> Ray L.
>
> --- In DynoMotion@yahoogroups.com, "himykabibble" <jagboy1964@> wrote:
> >
> > Tom,
> >
> > What, if anything, gets passed in the thread var to M-code handlers?
> >
> > Regards,
> > Ray L.
> >
>